home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 16 / hacker16 / 16_HACKER16.ISO / Interface / it.dig / scripts / DefineButton2_140 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2004-05-28  |  156 b   |  7 lines

  1. on(release){
  2.    _root.menu_mc.gotoAndPlay("out");
  3.    _root.gotoAndStop(2);
  4.    _global.var_categoria = "vpn security";
  5.    _root.categoria_mc.play();
  6. }
  7.